home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk54 / fold / fold.doc < prev    next >
Text File  |  1995-03-18  |  236b  |  12 lines

  1. This is a simple hack which breaks lines into multiple lines.
  2. For example, the command
  3.  
  4. fold -20 file
  5.  
  6. will take all the lines and break them (at a space or tab)
  7. into multiple lines.
  8.  
  9. Note:  It does not indent them again.
  10.  
  11. brian moffet
  12.